This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
I am no expert in java but i had a similar problem.
You need to edit the permissions in your JVM to allow your action.
For this edit the file "java.policy" in the "lib/security/" directory of the Lotus Notes/Domino JVM.
(ex. C:\Program Files\IBM\Lotus\Notes\jvm\lib\security\java.policy)
For testing purposes you can grant all permissions like this:
grant {
permission java.security.AllPermission;
};
After changing the java.policy file the JVM needs o be restarted for the changes to take effect.
Best way is to restart the Notes-client or the Domino-server.
(For the server it should be enough to restart the HTTP and AgentManager task.)
Hope this helps
Hynek
Feedback response number WEBB8MCHVN created by ~John Quetkropulynds on 10/05/2011